PUT
/
v2
/
fleet
/
settings
curl --request PUT \
  --url https://api.app.fleetit.com/v2/fleet/settings/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "custom_fee": null,
  "invoice_logo": null,
  "street": "Street Address",
  "zip_code": "12345",
  "city": "City",
  "country": "Country",
  "summary_email_frequency": "WEEKLY",
  "driver_invoice_frequency": "WEEKLY",
  "driver_invoice_amount_choice": "CASH_COST",
  "amount_override": null
}'
{
  "custom_fee": null,
  "invoice_logo": null,
  "street": "Street Address",
  "zip_code": "12345",
  "city": "City",
  "country": "Country",
  "summary_email_frequency": "WEEKLY",
  "driver_invoice_frequency": "WEEKLY",
  "driver_invoice_amount_choice": "CASH_COST",
  "amount_override": null,
  "has_driver_invoice": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Fleet-Id
string

Body

application/json
custom_fee
string
street
string
zip_code
string
city
string
country
string
summary_email_frequency
enum<string>
Available options:
NONE,
DAILY,
WEEKLY,
MONTHLY
driver_invoice_frequency
enum<string>
Available options:
NONE,
DAILY,
WEEKLY,
MONTHLY
driver_invoice_amount_choice
enum<string>
Available options:
REAL_COST,
CASH_COST,
CUSTOM_FEE
amount_override
enum<string>
Available options:
CASH_COST

Response

200 - application/json
Successful response
custom_fee
string
street
string
zip_code
string
city
string
country
string
summary_email_frequency
string
driver_invoice_frequency
string
driver_invoice_amount_choice
string
amount_override
string
has_driver_invoice
string